micro_utils.dokka
0.9.2
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos
/
[common]WriteMapKeyValueRepo
Write
Map
Key
Value
Repo
common
class
WriteMapKeyValueRepo
<
Key
,
Value
>
(
map
:
MutableMap
<
Key
,
Value
>
)
:
WriteStandardKeyValueRepo
<
Key
,
Value
>
Content copied to clipboard
Functions
Properties
Functions
set
Link copied to clipboard
common
open
suspend override
fun
set
(
toSet
:
Map
<
Key
,
Value
>
)
Content copied to clipboard
unset
Link copied to clipboard
common
open
suspend override
fun
unset
(
toUnset
:
List
<
Key
>
)
Content copied to clipboard
unset
With
Values
Link copied to clipboard
common
open
suspend override
fun
unsetWithValues
(
toUnset
:
List
<
Value
>
)
Content copied to clipboard
Properties
onNewValue
Link copied to clipboard
common
open
override
val
onNewValue
:
Flow
<
Pair
<
Key
,
Value
>
>
Content copied to clipboard
onValueRemoved
Link copied to clipboard
common
open
override
val
onValueRemoved
:
Flow
<
Key
>
Content copied to clipboard